home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / Wizard.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-02-23  |  1021 b   |  84 lines

  1. /* Calendar Layouts */
  2. body
  3. {
  4.     font-size:12px;
  5.     font-family:Tahoma, SimSun, Arial, sans-serif;
  6. }
  7.  
  8.  
  9. #WizardLayout
  10. {
  11.     float:left;
  12.     width:600px;
  13. }
  14.  
  15. #WizardLayout h1
  16. {
  17.     float:left;
  18.     width:180px;
  19.     height:400px;
  20.     line-height:400px;
  21.     
  22.     font-size:16px;
  23.     font-family:Tahoma, SimSun, Arial, sans-serif;
  24.     font-weight:bold;
  25.     text-align:left;
  26.     margin:0 0 0 0;
  27.     
  28.     color:#222;
  29. }
  30.  
  31. a.ContentTypeItem:link, a.ContentTypeItem:visited
  32. {
  33.     float:left;
  34.     position:relative;
  35.     display:block;
  36.     width:400px;
  37.     height:50px;
  38.     margin:0 0 10px 0;    
  39.     color:#555;
  40.     text-decoration:none;
  41.     
  42.     border-left:5px solid #fff;
  43. }
  44.  
  45. a.ContentTypeItem:hover
  46. {
  47.     color:#000;
  48.     border-left:5px solid #ffb400;
  49. }
  50.  
  51. .TypeName
  52. {
  53.     position:absolute;
  54.     left:70px;
  55.     top:15px;
  56.     font-size:16px;
  57.     font-weight:bold;
  58. }
  59.  
  60. .Label
  61. {
  62.     float:left;
  63.     margin-top:10px;
  64.     width:400px;
  65.     height:15px;
  66.     line-height:15px;
  67.     color:#888;
  68. }
  69.  
  70. .TypeIcon
  71. {
  72.     float:left;
  73.     margin:0 0 0 5px;
  74.     height:50px;
  75.     border:0px solid #fff;
  76. }
  77.  
  78. .TypeDesc
  79. {
  80.     position:absolute;
  81.     left:70px;
  82.     top:35px;
  83.     color:#888 !important;
  84. }